﻿2026-08-03T03:37:37.7363222Z ##[group]Run set -euo pipefail
2026-08-03T03:37:37.7363587Z [36;1mset -euo pipefail[0m
2026-08-03T03:37:37.7363839Z [36;1mPIN=0c95435[0m
2026-08-03T03:37:37.7364083Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-03T03:37:37.7364360Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-03T03:37:37.7364741Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-03T03:37:37.7365196Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-03T03:37:37.7365642Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-03T03:37:37.7366019Z [36;1m  rm -rf "$CACHE"[0m
2026-08-03T03:37:37.7366283Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-03T03:37:37.7366584Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-03T03:37:37.7366955Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-03T03:37:37.7367608Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-03T03:37:37.7368068Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-03T03:37:37.7368528Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-03T03:37:37.7369059Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-03T03:37:37.7369541Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-03T03:37:37.7370004Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-03T03:37:37.7370471Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-03T03:37:37.7370876Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-03T03:37:37.7371287Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-03T03:37:37.7371743Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-03T03:37:37.7372105Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-03T03:37:37.7372373Z [36;1mfi[0m
2026-08-03T03:37:37.7372658Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-03T03:37:37.7373050Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-03T03:37:37.7385347Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:37:37.7385676Z env:
2026-08-03T03:37:37.7385899Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-03T03:37:37.7386292Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-vOpWB8
2026-08-03T03:37:37.7386776Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-vOpWB8
2026-08-03T03:37:37.7387229Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-vOpWB8
2026-08-03T03:37:37.7387666Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-vOpWB8
2026-08-03T03:37:37.7388029Z ##[endgroup]
2026-08-03T03:37:38.4483788Z    Compiling proc-macro2 v1.0.106
2026-08-03T03:37:38.4484563Z    Compiling unicode-ident v1.0.24
2026-08-03T03:37:38.4485022Z    Compiling quote v1.0.45
2026-08-03T03:37:38.4485426Z    Compiling libc v0.2.186
2026-08-03T03:37:38.4485846Z    Compiling serde_core v1.0.228
2026-08-03T03:37:38.4486131Z    Compiling cfg-if v1.0.4
2026-08-03T03:37:38.4508380Z    Compiling serde v1.0.228
2026-08-03T03:37:38.4551941Z    Compiling typenum v1.20.1
2026-08-03T03:37:38.4578249Z    Compiling log v0.4.32
2026-08-03T03:37:38.4594810Z    Compiling portable-atomic v1.13.1
2026-08-03T03:37:38.4617209Z    Compiling pin-project-lite v0.2.17
2026-08-03T03:37:38.4647471Z    Compiling memchr v2.8.1
2026-08-03T03:37:38.4688460Z    Compiling version_check v0.9.5
2026-08-03T03:37:38.4689380Z    Compiling critical-section v1.2.0
2026-08-03T03:37:38.4741605Z    Compiling find-msvc-tools v0.1.9
2026-08-03T03:37:38.5083192Z    Compiling shlex v2.0.1
2026-08-03T03:37:38.5354753Z    Compiling subtle v2.6.1
2026-08-03T03:37:38.5412097Z    Compiling bytes v1.11.1
2026-08-03T03:37:38.5699325Z    Compiling futures-core v0.3.32
2026-08-03T03:37:38.7113403Z    Compiling smallvec v1.15.1
2026-08-03T03:37:38.7161978Z    Compiling equivalent v1.0.2
2026-08-03T03:37:38.7271180Z    Compiling itoa v1.0.18
2026-08-03T03:37:38.7501415Z    Compiling semver v1.0.28
2026-08-03T03:37:38.7504392Z    Compiling stable_deref_trait v1.2.1
2026-08-03T03:37:38.7717837Z    Compiling futures-io v0.3.32
2026-08-03T03:37:38.7821859Z    Compiling futures-sink v0.3.32
2026-08-03T03:37:38.7951219Z    Compiling slab v0.4.12
2026-08-03T03:37:38.8260872Z    Compiling futures-task v0.3.32
2026-08-03T03:37:38.8385383Z    Compiling generic-array v0.14.7
2026-08-03T03:37:38.8874364Z    Compiling futures-channel v0.3.32
2026-08-03T03:37:38.9325343Z    Compiling rand_core v0.10.1
2026-08-03T03:37:38.9530668Z    Compiling bitflags v2.12.1
2026-08-03T03:37:38.9697481Z    Compiling rustversion v1.0.22
2026-08-03T03:37:38.9771606Z    Compiling hashbrown v0.17.1
2026-08-03T03:37:38.9852101Z    Compiling getrandom v0.4.2
2026-08-03T03:37:39.0390721Z    Compiling cpufeatures v0.2.17
2026-08-03T03:37:39.0480499Z    Compiling fnv v1.0.7
2026-08-03T03:37:39.0880647Z    Compiling cfg_aliases v0.2.1
2026-08-03T03:37:39.0944780Z    Compiling rustc_version v0.4.1
2026-08-03T03:37:39.1130743Z    Compiling strsim v0.11.1
2026-08-03T03:37:39.1521396Z    Compiling writeable v0.6.3
2026-08-03T03:37:39.2000453Z    Compiling litemap v0.8.2
2026-08-03T03:37:39.2097029Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T03:37:39.2260723Z    Compiling ident_case v1.0.1
2026-08-03T03:37:39.2620587Z    Compiling dunce v1.0.5
2026-08-03T03:37:39.3398304Z    Compiling icu_properties_data v2.2.0
2026-08-03T03:37:39.3609059Z    Compiling utf8_iter v1.0.4
2026-08-03T03:37:39.3746432Z    Compiling fs_extra v1.3.0
2026-08-03T03:37:39.4280955Z    Compiling percent-encoding v2.3.2
2026-08-03T03:37:39.4619939Z    Compiling autocfg v1.5.1
2026-08-03T03:37:39.4860613Z    Compiling http v1.4.1
2026-08-03T03:37:39.5140449Z    Compiling unicode-segmentation v1.13.3
2026-08-03T03:37:39.5530655Z    Compiling aws-lc-rs v1.17.0
2026-08-03T03:37:39.5930813Z    Compiling cpufeatures v0.3.0
2026-08-03T03:37:39.6000848Z    Compiling thiserror v2.0.18
2026-08-03T03:37:39.6521172Z    Compiling scopeguard v1.2.0
2026-08-03T03:37:39.6730499Z    Compiling form_urlencoded v1.2.2
2026-08-03T03:37:39.7190766Z    Compiling lock_api v0.4.14
2026-08-03T03:37:39.7560929Z    Compiling untrusted v0.9.0
2026-08-03T03:37:39.8325772Z    Compiling syn v2.0.117
2026-08-03T03:37:39.8330047Z    Compiling indexmap v2.14.0
2026-08-03T03:37:39.8570448Z    Compiling hybrid-array v0.4.12
2026-08-03T03:37:39.8618386Z    Compiling rustls v0.23.40
2026-08-03T03:37:39.9130075Z    Compiling heck v0.5.0
2026-08-03T03:37:39.9194514Z    Compiling atomic-waker v1.1.2
2026-08-03T03:37:39.9301289Z    Compiling unicode-xid v0.2.6
2026-08-03T03:37:39.9675773Z    Compiling anyhow v1.0.102
2026-08-03T03:37:39.9859809Z    Compiling const-oid v0.10.2
2026-08-03T03:37:40.0140429Z    Compiling httparse v1.10.1
2026-08-03T03:37:40.0186201Z    Compiling parking_lot_core v0.9.12
2026-08-03T03:37:40.0393835Z    Compiling paste v1.0.15
2026-08-03T03:37:40.0740864Z    Compiling convert_case v0.10.0
2026-08-03T03:37:40.1270596Z    Compiling fastrand v2.4.1
2026-08-03T03:37:40.1689245Z    Compiling zerocopy v0.8.50
2026-08-03T03:37:40.2041649Z    Compiling num-traits v0.2.19
2026-08-03T03:37:40.2230759Z    Compiling jobserver v0.1.34
2026-08-03T03:37:40.3184717Z    Compiling curve25519-dalek v4.1.3
2026-08-03T03:37:40.3351414Z    Compiling ahash v0.8.12
2026-08-03T03:37:40.3834465Z    Compiling either v1.16.0
2026-08-03T03:37:40.3960990Z    Compiling powerfmt v0.2.0
2026-08-03T03:37:40.4184674Z    Compiling base64ct v1.8.3
2026-08-03T03:37:40.4969369Z    Compiling block-buffer v0.12.0
2026-08-03T03:37:40.5171022Z    Compiling crypto-common v0.1.7
2026-08-03T03:37:40.5331158Z    Compiling cc v1.2.63
2026-08-03T03:37:40.5514734Z    Compiling crypto-common v0.2.2
2026-08-03T03:37:40.5663932Z    Compiling inout v0.2.2
2026-08-03T03:37:40.5950782Z    Compiling block-buffer v0.10.4
2026-08-03T03:37:40.6290687Z    Compiling http-body v1.0.1
2026-08-03T03:37:40.6634001Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T03:37:40.6875785Z    Compiling deranged v0.5.8
2026-08-03T03:37:40.7321318Z    Compiling digest v0.10.7
2026-08-03T03:37:40.7381996Z    Compiling tower-service v0.3.3
2026-08-03T03:37:40.7861015Z    Compiling vcpkg v0.2.15
2026-08-03T03:37:40.7962636Z    Compiling num-conv v0.2.2
2026-08-03T03:37:40.8210852Z    Compiling data-encoding v2.11.0
2026-08-03T03:37:40.9006561Z    Compiling try-lock v0.2.5
2026-08-03T03:37:40.9503215Z    Compiling tinyvec_macros v0.1.1
2026-08-03T03:37:40.9736338Z    Compiling zmij v1.0.21
2026-08-03T03:37:40.9925765Z    Compiling mio v1.2.1
2026-08-03T03:37:41.0128854Z    Compiling socket2 v0.6.4
2026-08-03T03:37:41.1030658Z    Compiling getrandom v0.2.17
2026-08-03T03:37:41.1747590Z    Compiling base64 v0.22.1
2026-08-03T03:37:41.2070595Z    Compiling pkg-config v0.3.33
2026-08-03T03:37:41.2442227Z    Compiling time-core v0.1.8
2026-08-03T03:37:41.3053759Z    Compiling uuid v1.23.2
2026-08-03T03:37:41.3491460Z    Compiling rand_core v0.6.4
2026-08-03T03:37:41.4110659Z    Compiling parking_lot v0.12.5
2026-08-03T03:37:41.4730603Z    Compiling cipher v0.5.2
2026-08-03T03:37:41.5401900Z    Compiling tinyvec v1.11.0
2026-08-03T03:37:41.6280844Z    Compiling want v0.3.1
2026-08-03T03:37:41.6826332Z    Compiling sha2 v0.10.9
2026-08-03T03:37:41.7320815Z    Compiling chacha20 v0.10.0
2026-08-03T03:37:41.7551307Z    Compiling inout v0.1.4
2026-08-03T03:37:41.7895423Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T03:37:41.8040840Z    Compiling vergen-lib v9.1.0
2026-08-03T03:37:41.8783659Z    Compiling cmake v0.1.58
2026-08-03T03:37:41.8867513Z    Compiling n0-future v0.3.2
2026-08-03T03:37:41.9930723Z    Compiling httpdate v1.0.3
2026-08-03T03:37:42.0100613Z    Compiling rand v0.10.1
2026-08-03T03:37:42.0201020Z    Compiling serde_json v1.0.150
2026-08-03T03:37:42.0551075Z    Compiling cordyceps v0.3.4
2026-08-03T03:37:42.0662074Z    Compiling winnow v1.0.3
2026-08-03T03:37:42.0773272Z    Compiling parking v2.2.1
2026-08-03T03:37:42.0898415Z    Compiling crossbeam-utils v0.8.21
2026-08-03T03:37:42.1056537Z    Compiling spin v0.10.0
2026-08-03T03:37:42.1930773Z    Compiling diatomic-waker v0.2.3
2026-08-03T03:37:42.2077527Z    Compiling signature v2.2.0
2026-08-03T03:37:42.2951532Z    Compiling futures-lite v2.6.1
2026-08-03T03:37:42.3277874Z    Compiling ed25519 v2.2.3
2026-08-03T03:37:42.3330817Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T03:37:42.3409352Z    Compiling cipher v0.4.4
2026-08-03T03:37:42.3550861Z    Compiling digest v0.11.3
2026-08-03T03:37:42.3617769Z    Compiling netlink-packet-core v0.8.1
2026-08-03T03:37:42.3799371Z    Compiling universal-hash v0.5.1
2026-08-03T03:37:42.3950888Z    Compiling vergen v9.1.0
2026-08-03T03:37:42.4380615Z    Compiling futures-buffered v0.2.13
2026-08-03T03:37:42.4940488Z    Compiling vergen-lib v0.1.6
2026-08-03T03:37:42.5234428Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T03:37:42.5312694Z    Compiling heapless v0.7.17
2026-08-03T03:37:42.5531523Z    Compiling noq-udp v0.10.0
2026-08-03T03:37:42.6163091Z    Compiling sync_wrapper v1.0.2
2026-08-03T03:37:42.6604156Z    Compiling byteorder v1.5.0
2026-08-03T03:37:42.7049553Z    Compiling allocator-api2 v0.2.21
2026-08-03T03:37:42.7148402Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T03:37:42.7244827Z    Compiling opaque-debug v0.3.1
2026-08-03T03:37:42.7771607Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T03:37:42.7937893Z    Compiling aws-lc-sys v0.41.0
2026-08-03T03:37:42.7989651Z    Compiling ring v0.17.14
2026-08-03T03:37:42.7990900Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T03:37:42.8054703Z    Compiling polyval v0.6.2
2026-08-03T03:37:42.8590979Z    Compiling hash32 v0.2.1
2026-08-03T03:37:42.9071079Z    Compiling vergen-gitcl v1.0.8
2026-08-03T03:37:42.9557248Z    Compiling spin v0.9.8
2026-08-03T03:37:43.0459328Z    Compiling num_threads v0.1.7
2026-08-03T03:37:43.0850967Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T03:37:43.0900759Z    Compiling fallible-iterator v0.3.0
2026-08-03T03:37:43.1060251Z    Compiling ryu v1.0.23
2026-08-03T03:37:43.1518706Z    Compiling tower-layer v0.3.3
2026-08-03T03:37:43.1699862Z    Compiling signature v3.0.0
2026-08-03T03:37:43.1880458Z    Compiling time v0.3.47
2026-08-03T03:37:43.2661376Z    Compiling ghash v0.5.1
2026-08-03T03:37:43.2897858Z    Compiling ctr v0.9.2
2026-08-03T03:37:43.3021228Z    Compiling aes v0.8.4
2026-08-03T03:37:43.3302006Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T03:37:43.3647038Z    Compiling fs2 v0.4.3
2026-08-03T03:37:43.4709540Z    Compiling http-body-util v0.1.3
2026-08-03T03:37:43.5101142Z    Compiling aead v0.5.2
2026-08-03T03:37:43.5200410Z    Compiling openssl-probe v0.2.1
2026-08-03T03:37:43.5813435Z    Compiling arrayvec v0.7.6
2026-08-03T03:37:43.6180598Z    Compiling rustix v1.1.4
2026-08-03T03:37:43.7201004Z    Compiling utf8parse v0.2.2
2026-08-03T03:37:43.7233286Z    Compiling crossbeam-channel v0.5.15
2026-08-03T03:37:43.7695302Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T03:37:43.7881545Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T03:37:43.8026599Z    Compiling blake3 v1.8.5
2026-08-03T03:37:43.8708772Z    Compiling netlink-packet-route v0.29.0
2026-08-03T03:37:43.9035060Z    Compiling aes-gcm v0.10.3
2026-08-03T03:37:44.0493067Z    Compiling memoffset v0.6.5
2026-08-03T03:37:44.0950679Z    Compiling acto v0.8.2
2026-08-03T03:37:44.1170671Z    Compiling noq v0.18.0
2026-08-03T03:37:44.1540670Z    Compiling netwatch v0.16.0
2026-08-03T03:37:44.2102099Z    Compiling mac-addr v0.3.0
2026-08-03T03:37:44.2172447Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T03:37:44.2651776Z    Compiling rustc-hash v2.1.2
2026-08-03T03:37:44.3240485Z    Compiling xml-rs v0.8.28
2026-08-03T03:37:44.3757766Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T03:37:44.3870728Z    Compiling identity-hash v0.1.0
2026-08-03T03:37:44.3974656Z    Compiling tagptr v0.2.0
2026-08-03T03:37:44.4075399Z    Compiling thiserror v1.0.69
2026-08-03T03:37:44.4385502Z    Compiling lru-slab v0.1.2
2026-08-03T03:37:44.4756380Z    Compiling foldhash v0.2.0
2026-08-03T03:37:44.5128562Z    Compiling linux-raw-sys v0.12.1
2026-08-03T03:37:44.5590867Z    Compiling ref-cast v1.0.25
2026-08-03T03:37:44.6077491Z    Compiling hashbrown v0.16.1
2026-08-03T03:37:44.7563128Z    Compiling netlink-packet-route v0.30.0
2026-08-03T03:37:44.8590356Z    Compiling synstructure v0.13.2
2026-08-03T03:37:44.9900685Z    Compiling darling_core v0.20.11
2026-08-03T03:37:45.2707074Z    Compiling proc-macro-crate v3.5.0
2026-08-03T03:37:45.3984075Z    Compiling xmltree v0.10.3
2026-08-03T03:37:45.4697380Z    Compiling serde_derive_internals v0.29.1
2026-08-03T03:37:45.4970065Z    Compiling serial-core v0.4.0
2026-08-03T03:37:45.6190942Z    Compiling errno v0.3.14
2026-08-03T03:37:45.6371609Z    Compiling ioctl-rs v0.1.6
2026-08-03T03:37:45.6463384Z    Compiling termios v0.2.2
2026-08-03T03:37:45.6587982Z    Compiling aho-corasick v1.1.4
2026-08-03T03:37:45.6711643Z    Compiling simple-dns v0.9.3
2026-08-03T03:37:45.7371285Z    Compiling regex-syntax v0.8.10
2026-08-03T03:37:45.7769766Z    Compiling resolv-conf v0.7.6
2026-08-03T03:37:45.7845035Z    Compiling simdutf8 v0.1.5
2026-08-03T03:37:45.8348428Z    Compiling toml_write v0.1.2
2026-08-03T03:37:45.9455523Z    Compiling signal-hook v0.3.18
2026-08-03T03:37:46.0276169Z    Compiling smol_str v0.1.24
2026-08-03T03:37:46.0682913Z    Compiling sha1_smol v1.0.1
2026-08-03T03:37:46.1062771Z    Compiling arrayref v0.3.9
2026-08-03T03:37:46.1546434Z    Compiling constant_time_eq v0.4.2
2026-08-03T03:37:46.2220492Z    Compiling winnow v0.7.15
2026-08-03T03:37:46.2923218Z    Compiling serial-unix v0.4.0
2026-08-03T03:37:46.3189693Z    Compiling signal-hook-registry v1.4.8
2026-08-03T03:37:46.4974790Z    Compiling lru v0.16.4
2026-08-03T03:37:46.5850543Z    Compiling darling_core v0.23.0
2026-08-03T03:37:46.6652467Z    Compiling serde_bytes v0.11.19
2026-08-03T03:37:46.7035294Z    Compiling seize v0.5.1
2026-08-03T03:37:46.7344166Z    Compiling serde_derive v1.0.228
2026-08-03T03:37:46.9439645Z    Compiling zeroize_derive v1.4.3
2026-08-03T03:37:47.0110840Z    Compiling tokio-macros v2.7.0
2026-08-03T03:37:47.1446970Z    Compiling zerofrom-derive v0.1.7
2026-08-03T03:37:47.5106911Z    Compiling zeroize v1.8.2
2026-08-03T03:37:47.6829610Z    Compiling tokio v1.52.3
2026-08-03T03:37:47.7001812Z    Compiling futures-macro v0.3.32
2026-08-03T03:37:47.9995597Z    Compiling yoke-derive v0.8.2
2026-08-03T03:37:48.1342171Z    Compiling zerovec-derive v0.11.3
2026-08-03T03:37:48.1650935Z    Compiling displaydoc v0.2.6
2026-08-03T03:37:48.4140984Z    Compiling zerofrom v0.1.8
2026-08-03T03:37:48.4341045Z    Compiling tracing-attributes v0.1.31
2026-08-03T03:37:48.5277933Z    Compiling rustls-pki-types v1.14.1
2026-08-03T03:37:48.6967192Z    Compiling futures-util v0.3.32
2026-08-03T03:37:48.7713237Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T03:37:48.9675380Z    Compiling thiserror-impl v2.0.18
2026-08-03T03:37:49.2510755Z    Compiling darling_macro v0.20.11
2026-08-03T03:37:49.2511597Z    Compiling yoke v0.8.3
2026-08-03T03:37:49.3753388Z    Compiling derive_more-impl v2.1.1
2026-08-03T03:37:49.4590378Z    Compiling zerotrie v0.2.4
2026-08-03T03:37:49.5020941Z    Compiling zerovec v0.11.6
2026-08-03T03:37:49.6001594Z    Compiling darling v0.20.11
2026-08-03T03:37:49.6580662Z    Compiling derive_builder_core v0.20.2
2026-08-03T03:37:49.8310191Z    Compiling n0-error-macros v0.1.3
2026-08-03T03:37:49.8600316Z    Compiling spez v0.1.2
2026-08-03T03:37:50.2090680Z    Compiling der v0.8.0-rc.10
2026-08-03T03:37:50.2554350Z    Compiling tinystr v0.8.3
2026-08-03T03:37:50.2718191Z    Compiling potential_utf v0.1.5
2026-08-03T03:37:50.4123025Z    Compiling icu_collections v2.2.0
2026-08-03T03:37:50.4518225Z    Compiling icu_locale_core v2.2.0
2026-08-03T03:37:50.6710808Z    Compiling pin-project-internal v1.1.13
2026-08-03T03:37:50.8283841Z    Compiling n0-error v0.1.3
2026-08-03T03:37:51.0282828Z    Compiling derive_builder_macro v0.20.2
2026-08-03T03:37:51.1507788Z    Compiling cobs v0.3.0
2026-08-03T03:37:51.2293992Z    Compiling postcard-derive v0.2.2
2026-08-03T03:37:51.2910749Z    Compiling derive_builder v0.20.2
2026-08-03T03:37:51.3545621Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T03:37:51.3967646Z    Compiling ed25519-dalek v2.2.0
2026-08-03T03:37:51.7570669Z    Compiling icu_provider v2.2.0
2026-08-03T03:37:51.7571994Z    Compiling spki v0.8.0-rc.4
2026-08-03T03:37:51.9462577Z    Compiling ipnet v2.12.0
2026-08-03T03:37:52.0252490Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T03:37:52.0894161Z    Compiling icu_properties v2.2.0
2026-08-03T03:37:52.1342090Z    Compiling icu_normalizer v2.2.0
2026-08-03T03:37:52.1430684Z    Compiling pin-project v1.1.13
2026-08-03T03:37:52.2020706Z    Compiling futures-executor v0.3.32
2026-08-03T03:37:52.2080771Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T03:37:52.3322250Z    Compiling prefix-trie v0.8.4
2026-08-03T03:37:52.5500574Z    Compiling futures v0.3.32
2026-08-03T03:37:52.5570657Z    Compiling spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T03:37:52.6250646Z    Compiling data-encoding-macro v0.1.20
2026-08-03T03:37:52.6819348Z    Compiling rustls-native-certs v0.8.4
2026-08-03T03:37:52.7118601Z    Compiling once_cell v1.21.4
2026-08-03T03:37:52.9180765Z    Compiling tracing-core v0.1.36
2026-08-03T03:37:52.9900731Z    Compiling enum-assoc v1.3.0
2026-08-03T03:37:53.0437991Z    Compiling postcard v1.1.3
2026-08-03T03:37:53.0691827Z    Compiling async-trait v0.1.89
2026-08-03T03:37:53.1398842Z    Compiling hashbrown v0.14.5
2026-08-03T03:37:53.1570767Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T03:37:53.4921059Z    Compiling tracing v0.1.44
2026-08-03T03:37:53.5040985Z    Compiling tokio-util v0.7.18
2026-08-03T03:37:53.5976231Z    Compiling idna_adapter v1.2.2
2026-08-03T03:37:53.6088034Z    Compiling netlink-sys v0.8.8
2026-08-03T03:37:53.7435015Z    Compiling idna v1.1.0
2026-08-03T03:37:53.7521162Z    Compiling derive_more v2.1.1
2026-08-03T03:37:53.8200662Z    Compiling tower v0.5.3
2026-08-03T03:37:53.8700704Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T03:37:53.9362374Z    Compiling hashlink v0.9.1
2026-08-03T03:37:53.9363385Z    Compiling num_enum_derive v0.7.6
2026-08-03T03:37:53.9604796Z    Compiling strum_macros v0.28.0
2026-08-03T03:37:53.9682183Z    Compiling netdev v0.42.0
2026-08-03T03:37:53.9954973Z    Compiling netlink-proto v0.12.0
2026-08-03T03:37:54.1270739Z    Compiling iroh-metrics v0.38.3
2026-08-03T03:37:54.2953090Z    Compiling url v2.5.8
2026-08-03T03:37:54.3180356Z    Compiling rusqlite v0.32.1
2026-08-03T03:37:54.3470313Z    Compiling iroh-relay v0.98.0
2026-08-03T03:37:54.3547400Z    Compiling moka v0.12.15
2026-08-03T03:37:54.3551513Z    Compiling serde_spanned v0.6.9
2026-08-03T03:37:54.4854739Z    Compiling toml_datetime v0.6.11
2026-08-03T03:37:54.5289673Z    Compiling h2 v0.4.14
2026-08-03T03:37:54.5632302Z    Compiling tokio-stream v0.1.18
2026-08-03T03:37:54.6025852Z    Compiling ref-cast-impl v1.0.25
2026-08-03T03:37:54.6590381Z    Compiling n0-watcher v0.6.1
2026-08-03T03:37:54.8358111Z    Compiling thiserror-impl v1.0.69
2026-08-03T03:37:54.9548031Z    Compiling toml_edit v0.22.27
2026-08-03T03:37:55.0511028Z    Compiling num_enum v0.7.6
2026-08-03T03:37:55.1180259Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T03:37:55.1428445Z    Compiling iroh-base v0.98.0
2026-08-03T03:37:55.2112513Z    Compiling attohttpc v0.30.1
2026-08-03T03:37:55.3059847Z    Compiling tower-http v0.6.11
2026-08-03T03:37:55.6785816Z    Compiling webpki-roots v1.0.7
2026-08-03T03:37:55.7085898Z    Compiling regex-automata v0.4.14
2026-08-03T03:37:55.7926066Z    Compiling schemars_derive v1.2.1
2026-08-03T03:37:55.8870703Z    Compiling hmac v0.12.1
2026-08-03T03:37:55.9250430Z    Compiling iroh v0.98.2
2026-08-03T03:37:56.0070748Z    Compiling pin-utils v0.1.0
2026-08-03T03:37:56.0569447Z    Compiling dyn-clone v1.0.20
2026-08-03T03:37:56.0814651Z    Compiling rustix v0.38.44
2026-08-03T03:37:56.1491101Z    Compiling cmov v0.5.4
2026-08-03T03:37:56.1931061Z    Compiling bitflags v1.3.2
2026-08-03T03:37:56.2644740Z    Compiling nix v0.25.1
2026-08-03T03:37:56.3897495Z    Compiling filedescriptor v0.8.3
2026-08-03T03:37:56.4161131Z    Compiling ctutils v0.4.2
2026-08-03T03:37:56.4381161Z    Compiling hkdf v0.12.4
2026-08-03T03:37:56.4996583Z    Compiling backon v1.6.0
2026-08-03T03:37:56.5578894Z    Compiling darling_macro v0.23.0
2026-08-03T03:37:56.6187624Z    Compiling strum v0.28.0
2026-08-03T03:37:56.6260258Z    Compiling papaya v0.2.4
2026-08-03T03:37:56.7250533Z    Compiling iroh-dns v0.98.0
2026-08-03T03:37:56.8320613Z    Compiling serial v0.4.0
2026-08-03T03:37:56.8601298Z    Compiling anstyle-parse v1.0.0
2026-08-03T03:37:56.8988862Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T03:37:56.9750481Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T03:37:57.0468413Z    Compiling shell-words v1.1.1
2026-08-03T03:37:57.0529356Z    Compiling linux-raw-sys v0.4.15
2026-08-03T03:37:57.1420712Z    Compiling foldhash v0.1.5
2026-08-03T03:37:57.1606723Z    Compiling instability v0.3.12
2026-08-03T03:37:57.1780758Z    Compiling downcast-rs v1.2.1
2026-08-03T03:37:57.2051125Z    Compiling anstyle-query v1.1.5
2026-08-03T03:37:57.2600440Z    Compiling unicode-width v0.2.0
2026-08-03T03:37:57.2633093Z    Compiling anstyle v1.0.14
2026-08-03T03:37:57.2740975Z    Compiling colorchoice v1.0.5
2026-08-03T03:37:57.3306004Z    Compiling hashbrown v0.15.5
2026-08-03T03:37:57.3438484Z    Compiling vte v0.13.1
2026-08-03T03:37:57.3643038Z    Compiling signal-hook-mio v0.2.5
2026-08-03T03:37:57.3648458Z    Compiling darling v0.23.0
2026-08-03T03:37:57.4338412Z    Compiling spake2 v0.4.0
2026-08-03T03:37:57.4821288Z    Compiling terminal_size v0.4.4
2026-08-03T03:37:57.5590698Z    Compiling anstream v1.0.0
2026-08-03T03:37:57.5790828Z    Compiling strum_macros v0.26.4
2026-08-03T03:37:57.6024663Z    Compiling sha1 v0.10.6
2026-08-03T03:37:57.7910423Z    Compiling itertools v0.13.0
2026-08-03T03:37:57.8220909Z    Compiling schemars v1.2.1
2026-08-03T03:37:57.8650794Z    Compiling toml v0.8.23
2026-08-03T03:37:57.9436629Z    Compiling castaway v0.2.4
2026-08-03T03:37:58.0361763Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T03:37:58.1340674Z    Compiling clap_lex v1.1.0
2026-08-03T03:37:58.3914160Z    Compiling unicode-width v0.1.14
2026-08-03T03:37:58.4110328Z    Compiling doctest-file v1.1.1
2026-08-03T03:37:58.6642605Z    Compiling static_assertions v1.1.0
2026-08-03T03:37:58.6716668Z    Compiling regex v1.12.3
2026-08-03T03:37:58.7257427Z    Compiling indoc v2.0.7
2026-08-03T03:37:58.8671071Z    Compiling interprocess v2.4.2
2026-08-03T03:37:58.9093729Z    Compiling compact_str v0.8.2
2026-08-03T03:37:59.3470577Z    Compiling crossterm v0.28.1
2026-08-03T03:37:59.6721989Z    Compiling unicode-truncate v1.1.0
2026-08-03T03:37:59.6940540Z    Compiling clap_builder v4.6.0
2026-08-03T03:37:59.8226773Z    Compiling lru v0.12.5
2026-08-03T03:37:59.8293368Z    Compiling strum v0.26.3
2026-08-03T03:37:59.8296354Z    Compiling clap_derive v4.6.1
2026-08-03T03:37:59.8893260Z    Compiling iana-time-zone v0.1.65
2026-08-03T03:37:59.9411061Z    Compiling cassowary v0.3.0
2026-08-03T03:37:59.9733537Z    Compiling nucleo-matcher v0.3.1
2026-08-03T03:37:59.9735203Z    Compiling qrcode v0.14.1
2026-08-03T03:38:00.2416606Z    Compiling chrono v0.4.45
2026-08-03T03:38:00.4265385Z    Compiling ratatui v0.29.0
2026-08-03T03:38:00.6350663Z    Compiling hyper v1.10.1
2026-08-03T03:38:00.7111203Z    Compiling portable-pty v0.8.1
2026-08-03T03:38:00.7209694Z    Compiling tempfile v3.27.0
2026-08-03T03:38:01.2962963Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T03:38:01.8852804Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T03:38:02.2340935Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T03:38:02.2897804Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T03:38:02.3235008Z    Compiling hyper-util v0.1.20
2026-08-03T03:38:02.4480525Z    Compiling clap v4.6.1
2026-08-03T03:38:04.2490746Z    Compiling igd-next v0.17.1
2026-08-03T03:38:05.2342134Z    Compiling portmapper v0.16.0
2026-08-03T03:38:05.4332212Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T03:38:09.2183685Z    Compiling rustls-webpki v0.103.13
2026-08-03T03:38:11.5151506Z    Compiling tokio-rustls v0.26.4
2026-08-03T03:38:11.5152168Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T03:38:11.5152540Z    Compiling noq-proto v0.17.0
2026-08-03T03:38:11.6659319Z    Compiling hyper-rustls v0.27.9
2026-08-03T03:38:11.6660001Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T03:38:11.6660400Z    Compiling tokio-websockets v0.13.2
2026-08-03T03:38:11.7954503Z    Compiling reqwest v0.13.4
2026-08-03T03:38:12.7031084Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T03:38:25.9265762Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T03:38:27.6340252Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T03:38:37.9707260Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T03:38:43.7033714Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-08-03T03:38:43.7248238Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-c6fe52657dbb5e20)
2026-08-03T03:38:43.7261236Z 
2026-08-03T03:38:43.7261403Z running 1 test
2026-08-03T03:38:49.9173055Z test new_brain_serves_against_old_broker ... ok
2026-08-03T03:38:49.9173435Z 
2026-08-03T03:38:49.9173694Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-03T03:38:49.9174049Z 
